Read me 
-------------
Ubuntu - Machine
--------------------
Please execute the below command to install the shared object library in ubuntu system
> sudo dpkg -i ldasdk_0.0.5_amd64.deb

Execute the python CLI application
# CLI app help output
> python3 ldacli.py -h
Linux SDK version 0.0.5
ldacli.py -i <ipaddress> -a <attenuation> -f <frequency> -c <channel> -s <rampstart> -e <rampend> -w <dwelltime> -d < idletime> -o <holdtime> -b <bidirectional-dwelltime> -D <rampdirection[0-Up,1-Down]> -M <rampmode[0-Once,1-Continuous,2-Off]> -B <rampbidirectional[0-Unidirectional,1-Bidirectional]> -C <profilecount> -I <profileidletime> -W <profiledwelltime>  -O <profilemode[0-Off,1-Once,2-Repeat]> -S <savesetting> -F <profilefile> -r <read>


# Load the profile data in Repeat mode
python3 ldacli.py -i 192.168.100.10 -F ./test7.prf -O 2

# Stop the profile Mode
python3 ldacli.py -i 192.168.100.10 -O 0
